home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CAbout.h
-
- CAbout Dialog Director Class
-
- Copyright © 1995 Dan Crevier. All rights reserved.
-
- Generated by Visual Architectâ„¢ 8:23 PM Wed, Nov 8, 1995
-
- This file is only generated once. You can modify it by filling
- in the placeholder functions and adding any new functions you wish.
-
- If you change the name of the dialog class, a fresh version of this
- file will be generated. If you have made any changes to the file
- with the old name, you will have to copy those changes to the new
- file by hand.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "x_CAbout.h"
-
-
- class CDirectorOwner;
-
- class CAbout : public x_CAbout
- {
- public:
-
- TCL_DECLARE_CLASS
-
- // Insert your own public data members here
-
- void ICAbout(CDirectorOwner *aSupervisor);
-
- virtual void ProviderChanged(CCollaborator *aProvider, long reason, void* info);
- virtual void DoCommand(long theCommand);
-
- protected:
-
- virtual void BeginData(CAboutData *initial);
- virtual void UpdateData(CAboutUpdate *update, long itemNo);
- virtual void EndData(CAboutData *final);
- };
-